services.gitea-actions-runner.instances.<name>.labels
Labels used to map jobs to their runtime environment. Changing these labels currently requires a new registration token.
Many common actions require bash, git and nodejs, as well as a filesystem that follows the filesystem hierarchy standard.
- Type
list of string- Example
[ # provide a debian base with nodejs for actions "debian-latest:docker://node:18-bullseye" # fake the ubuntu name, because node provides no ubuntu builds "ubuntu-latest:docker://node:18-bullseye" # provide native execution on the host #"native:host" ]- Declared
- <nixpkgs/nixos/modules/services/continuous-integration/gitea-actions-runner.nix>